delete https://{baseurl}/organizations//users/?IsFederated=true
This API endpoint lets you delete a specific user and the issued identities.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
Parameters | Type | Description |
---|---|---|
organizationName | string | Denotes the name of the organization. |
userName | string | The unique username assigned to a user. |
IsFederated | bool | (optional) Denotes if the user is federated.
|