Users

Number of APIs: 39

  1. List all Users GET {{baseUrl}}/api/v1/users

  2. Create a User POST {{baseUrl}}/api/v1/users

  3. Create a Linked Object for two User PUT {{baseUrl}}/api/v1/users/:associatedUserId/linkedObjects/:primaryRelationshipName/:primaryUserId

  4. Retrieve a User GET {{baseUrl}}/api/v1/users/:userId

  5. Update a User POST {{baseUrl}}/api/v1/users/:userId

  6. Replace a User PUT {{baseUrl}}/api/v1/users/:userId

  7. Delete a User DELETE {{baseUrl}}/api/v1/users/:userId

  8. Reset Password with Recovery Question POST {{baseUrl}}/api/v1/users/:userId/credentials/forgot_password_recovery_question

  9. List all Assigned Application Links GET {{baseUrl}}/api/v1/users/:userId/appLinks

  10. Retrieve a User Grant GET {{baseUrl}}/api/v1/users/:userId/grants/:grantId