Accounts

Number of APIs: 16

  1. Accounts List GET {{baseUrl}}/accounts

  2. Create Account POST {{baseUrl}}/accounts

  3. Update Account PATCH {{baseUrl}}/accounts/:id

  4. Update Account PUT {{baseUrl}}/accounts/:id

  5. Delete Account DELETE {{baseUrl}}/accounts/:id

  6. Account Entitlements GET {{baseUrl}}/accounts/:id/entitlements

  7. Enable Account POST {{baseUrl}}/accounts/:id/enable

  8. Disable Account POST {{baseUrl}}/accounts/:id/disable

  9. Unlock Account POST {{baseUrl}}/accounts/:id/unlock

  10. Remove Account POST {{baseUrl}}/accounts/:id/remove