Auth0.Management.Organizations.Members.Roles.List (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management Get the roles assigned to an organization member

see

https://auth0.com/docs/api/management/v2/#!/Organizations/get_organization_member_roles

Link to this section Summary

Functions

Get the roles assigned to an organization member

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

endpoint() :: String.t()

Specs

entity() :: Auth0.Entity.Roles.t()

Specs

id() :: String.t()

Specs

Specs

response() ::
  {:ok, entity(), response_body()}
  | {:error, integer(), term()}
  | {:error, term()}

Specs

response_body() :: String.t()

Specs

user_id() :: String.t()

Link to this section Functions

Link to this function

execute(endpoint, id, user_id, params, config)

View Source

Specs

execute(endpoint(), id(), user_id(), params(), config()) :: response()

Get the roles assigned to an organization member

see

https://auth0.com/docs/api/management/v2/#!/Organizations/get_organization_member_roles