Skip to main content

Unassign users

Use this request to unassign users from the Developer's company after they are removed from the developer platform.

For full API reference documentation, see Unassign user.

Endpoint URL : /sync/v1/tasks

Request operation: UNASSIGN

Mandatory parameters in the request:

  • type - The request type
  • operation - The operation, for example unassign.
  • accountIdentifier - The Account Identifier provided when the subscription was created.
  • developerIdentifier - The unique identifier of the Developer's company.
  • userIdentifier - The user identifier in the Developer's system.

JSON example

{
"type": "ASSIGNMENT",
"operation": "UNASSIGN",
"accountIdentifier": "f951b18c-5ba8-4f5e-9aae-22888639ac1e",
"developerIdentifier": "f839abef-00c4-4e09-927f-1ef2b4feab5f",
"userIdentifier": "325cf3ba-a842-4fc3-b15e-a686a6f07369"
}

Was this page helpful?