Boomi Platform API Reference (1.0.0) - Getassignableroles
License: Boomi API License and Rate Limits
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
Retrieve assignable roles
You can use the Get Assignable Roles operation to retrieve a list of roles that are assignable under an account.
Authorizations:
basicAuth
Responses
Response Schema:
Array of objects (Role) | |||||||||||||
Array
| |||||||||||||
Response samples
- 200
- 403
- 410
- 503
Content type
{- "@type": "",
- "Role": [
- {
- "@type": "Role",
- "description": "Boomi Default Administrator role.",
- "id": "fcb6dd44-0ca8-11e2-a477-1231381987a5",
- "accountId": "1",
- "name": "Administrator",
- "parentId": "fcb6e2d0-0ca8-11e2-a477-1231381987a5"
}, - {
- "@type": "Role",
- "description": "Boomi Default Production Support User role.",
- "id": "fcb6e3b6-0ca8-11e2-a477-1231381987a5",
- "accountId": "1",
- "name": "Production Support",
- "parentId": "fcb6e2d0-0ca8-11e2-a477-1231381987a5"
}, - {
- "@type": "Role",
- "description": "Boomi Default Standard User role.",
- "id": "fcb6e2d0-0ca8-11e2-a477-1231381987a5",
- "accountId": "1",
- "name": "Standard User",
- "parentId": "fcb6e2d0-0ca8-11e2-a477-1231381987a5"
}, - {
- "@type": "Role",
- "description": "Boomi Default Basic Support User role.",
- "id": "fcb6e474-0ca8-11e2-a477-1231381987a5",
- "accountId": "1",
- "name": "Support",
- "parentId": "fcb6e2d0-0ca8-11e2-a477-1231381987a5"
}, - {
- "@type": "Role",
- "description": "",
- "id": "01234567-89ab-cdef-0123-456789abcdef",
- "accountId": "account-123456",
- "name": "TestRole",
- "parentId": "fcb6e2d0-0ca8-11e2-a477-1231381987a5"
}, - {
- "@type": "Role",
- "description": "",
- "id": "fedcba98-7654-3210-fedc-ba9876543210",
- "accountId": "account-123456",
- "name": "Test2",
- "parentId": "fcb6e2d0-0ca8-11e2-a477-1231381987a5"
}
]
}Was this topic helpful?