Users
Number of APIs: 39
-
List all Users GET {{baseUrl}}/api/v1/users
-
Create a User POST {{baseUrl}}/api/v1/users
-
Create a Linked Object for two User PUT {{baseUrl}}/api/v1/users/:associatedUserId/linkedObjects/:primaryRelationshipName/:primaryUserId
-
Retrieve a User GET {{baseUrl}}/api/v1/users/:userId
-
Update a User POST {{baseUrl}}/api/v1/users/:userId
-
Replace a User PUT {{baseUrl}}/api/v1/users/:userId
-
Delete a User DELETE {{baseUrl}}/api/v1/users/:userId
-
Reset Password with Recovery Question POST {{baseUrl}}/api/v1/users/:userId/credentials/forgot_password_recovery_question
-
List all Assigned Application Links GET {{baseUrl}}/api/v1/users/:userId/appLinks
-
Retrieve a User Grant GET {{baseUrl}}/api/v1/users/:userId/grants/:grantId