Authentication > Roles > organizationsRoles
Commerce APIAuthenticationRolesorganizationsRoles

organizationsRoles

GET:organizations/roles.json

Description

Get all or specific roles.

This is a typical bulk get endpoint.

Topic: Roles

Arguments

ids: [String!]

List of role ids. See also: Unique Identifiers


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


organization_id: String!

Unique organization identifier. See also: Unique Identifiers

Example: "og_EQzGqWoY"


Result

[Role!]

Preview (typescript)

Loading module