Create a user
- Last Updated: September 5, 2025
- 1 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
The
Create a user API enables you to create a user in the Authorization
server.Note: Before you begin, ensure that you have created
that specific user in the OpenEdge Command Center server.
To create a user in the Authorization server:
- Log in to the Authorization server as a user with necessary privileges. For more information, see Log in to Authorization server.
- Locate the
Create a userAPI with endpoint POST-/authz/api/users and expand it. - To enable the text area, click Try it out.
- In Request body, type the username in JSON format:
where,{ "userName": "<Valid username>" }userNameis the name of the user that you want to create. - Click Execute.If the user creation is successful, you see the following success message.
{ "message": "Request successful. The user is created in the Authorization Server." }