Authorization
AuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/jsonRequiredloginIdstringimpersonatorIdstringvalidateConsentbooleancustomClaimsobjectselectedTenantstringrefreshDurationinteger"int32"OK
Batch Delete Users POST
### Delete users, using a valid management key. This API endpoint will delete users utilizing a valid management key. ### See also - See [Manage Users](/manage/users) for further details on managing users. - See [The User Object](/api/overview#the-user-object) for further details on the user object. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Anonymous User POST
### Anonymous User Anonymous Users are identified with a unique Descope JWT type. Eventually, create a token that we can use as the defined anonymous identity. Signed by Descope. For more info, please refer to our anonymous users documentation. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`