Create a new user to a Cephisso Platform Account. By default, your new user does not have any roles. N.B. You must have the role Manage Users to perform this action.
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' \
--header'Authorization: Bearer <token>'