Integrate with Users
The following how-to sections describe the steps necessary to create and update Users using the Framework User Management API.
For more information about the User Management Service, see User API.
Prerequisites
- An account on the OS1 Platform and a Platform Tenant. For more information, see Getting started with the OS1 Platform.
- Credentials for an App on the OS1 Platform. For more information, see Getting started building Apps.
- An access token. For more information about creating an access token for testing purposes, see Postman Collection or How to use the API 'Try It' feature.
- A mechanism to call the endpoints. For testing purposes, you can use our Postman Collection or the “Try It!” feature in our API Documentation.
To create a User, you must:
- Register the User. For more information, see How to: Create a User.
Additionally, you can:
- Retrieve User Designations. For more information, see How to: Retrieve a Designation
- Change User State. For more information, see How to: Change State of a User
- Retrieve User State. For more information, see How to: Retrieve State of a User
- Update User. For more information, see How to: Update a User
- Find the User ID of a User. For more information, see How to: Find the User ID of a User
Updated 2 months ago