Waiting for engine...
Skip to main content

Boomi Platform API Reference (1.0.0) - Getassignableroles

Toggle Pane

Download OpenAPI Specification: Download

Get assignable roles

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
Description
string

Description of the role

object (Privileges)

One or more privileges assigned to the role.

accountId
string

The account ID under which the role exists.

id
string

The ID of the role.

name
string

The name of the role.

parentId
string

The ID of the role from which this role inherits privileges.

Response samples

Content type
{
  • "@type": "",
  • "Role": [
    • {
      },
    • {
      },
    • {
      },
    • {
      },
    • {
      },
    • {
      }
    ]
}