createResource

This operation creates one or more resources, which causes a GUID to be assigned to each resource, and allows the resources to log into ActiveMatrix BPM applications.

Typically, you will use the listCandidateResources operation to get a list of candidate resources in a particular LDAP container, then use this operation to create the desired resources from those candidates. Once you have created resources, they can be mapped to the desired groups or positions using the updateResource operation.

  • The request identifies the LDAP container in which the resource candidates reside, the ldap-dn for the resources, and optionally, start and end dates for the creation.
  • The response returns a GUID for each resource that is created. If the request identifies a resource that is already created, the already-present attribute in the response is set to "false".
Required System Action
createResourceAdmin or resourceAdmin
API Descriptions