Block a user from accessing a Cephisso Platform Account. N.B. You must have the role Manage Users to perform this action and an Administrator to block an administrator.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Responses
🟢201Created
application/json
The successfully created record.
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://api.cephisso.dev/ords/cephisso_system/v1//access-management/platform-users/block' \
--header'Authorization: Bearer <token>'