Accounts
Number of APIs: 16
- 
Accounts List GET {{baseUrl}}/accounts 
- 
Create Account POST {{baseUrl}}/accounts 
- 
Update Account PATCH {{baseUrl}}/accounts/:id 
- 
Update Account PUT {{baseUrl}}/accounts/:id 
- 
Delete Account DELETE {{baseUrl}}/accounts/:id 
- 
Account Entitlements GET {{baseUrl}}/accounts/:id/entitlements 
- 
Enable Account POST {{baseUrl}}/accounts/:id/enable 
- 
Disable Account POST {{baseUrl}}/accounts/:id/disable 
- 
Unlock Account POST {{baseUrl}}/accounts/:id/unlock 
- 
Remove Account POST {{baseUrl}}/accounts/:id/remove