Step 6: Create a directory writeback source propagation store
POST {{apiPath}}/environments/{{envID}}/propagation/stores
Use POST /environments/{{envID}}/propagation/stores
to add a directory writeback source propagation store to the specified environment.
Important: While required for Workday, a writeback source propagation store is specific to Workday and not used for other connection types.
This request sends and returns the connection properties for an identity store with "type": "directory"
. For information on the available and required keys in the configuration
object of the request body, review connectionProfiles\[\].connectionAttributes\[\]
and attributeMetadata.capabilities\[\]
in the response to POST Identity Propagation Store Metadata (directory).
Property | Type | Required? |
---|---|---|
type | String | Required |
name | String | Required |
managed | Boolean | Optional |
image.href | String | Optional |
description | String | Optional |
See Propagation store base data model and Propagation store directory data model for full property descriptions.
Request Body
{"type"=>"directory", "name"=>"Workday Use Case Writeback Source directory"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |