Skip to main content

Bulk Remove User Grants

DELETE 

/user_grants/_bulk

Remove a list of user grants. The users will not be able to use the granted project anymore. Also, the roles will not be included in the tokens when requested.

Request​

Header Parameters

    x-zitadel-orgid string

    The default is always the organization of the requesting user. If you like to get/set a result of another organization include the header. Make sure the user has permission to access the requested data.

Body

required

    grantId string[]

Responses​

A successful response.

Schema

    object

Loading...