Auth0.Management.Organizations (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of Organizations.
endpoint
- /api/v2/organizations
- /api/v2/organizations/{id}
- /api/v2/organizations/name/{name}
- /api/v2/organizations/{id}/enabled_connections
- /api/v2/organizations/{id}/enabled_connections/{connectionId}
- /api/v2/organizations/{id}/invitations
- /api/v2/organizations/{id}/invitations/{invitation_id}
- /api/v2/organizations/{id}/members
Link to this section Summary
Functions
Add connections to an organization.
Add members to an organization.
Add members to an organization.
Create an Organization.
Create invitations to organization.
Delete organization.
Delete connections from an organization.
Delete an invitation to organization.
Delete members from an organization.
Delete members from an organization.
Get organization.
Get organization by name.
Get an enabled connection for an organization.
Get an invitation to organization.
Get organizations.
Get connections enabled for an organization.
Get invitations to organization.
Get members who belong to an organization.
Get the roles assigned to an organization member.
Modify an Organization.
Modify an Organizations Connection.
Link to this section Types
Link to this section Functions
Specs
add_connection( id(), Auth0.Management.Organizations.EnabledConnections.Create.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.EnabledConnection.t(), response_body()} | error()
Add connections to an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/post_enabled_connections
Specs
add_members( id(), Auth0.Management.Organizations.Members.Add.Params.t() | map(), config() ) :: {:ok, String.t(), response_body()} | error()
Add members to an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/post_members
Specs
assign_roles( id(), user_id(), Auth0.Management.Organizations.Members.Roles.Add.Params.t() | map(), config() ) :: {:ok, String.t(), response_body()} | error()
Add members to an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/post_members
Specs
create(Auth0.Management.Organizations.Create.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Organization.t(), response_body()} | error()
Create an Organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/post_organizations
Specs
create_invitation( id(), Auth0.Management.Organizations.Invitations.Create.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.Invitation.t(), response_body()} | error()
Create invitations to organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/post_invitations
Specs
delete(id(), config()) :: {:ok, String.t(), response_body()} | error()
Delete organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/delete_organizations_by_id
Specs
delete_connection(id(), connection_id(), config()) :: {:ok, String.t(), response_body()} | error()
Delete connections from an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/delete_enabled_connections_by_connectionId
Specs
delete_invitation(id(), invitation_id(), config()) :: {:ok, String.t(), response_body()} | error()
Delete an invitation to organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/delete_invitations_by_invitation_id
Specs
delete_members( id(), Auth0.Management.Organizations.Members.Delete.Params.t() | map(), config() ) :: {:ok, String.t(), response_body()} | error()
Delete members from an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/delete_members
Specs
delete_roles( id(), user_id(), Auth0.Management.Organizations.Members.Roles.Delete.Params.t() | map(), config() ) :: {:ok, String.t(), response_body()} | error()
Delete members from an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/delete_members
Specs
get(id(), config()) :: {:ok, Auth0.Entity.Organization.t(), response_body()} | error()
Get organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_organizations_by_id
Specs
get_by_name(name(), config()) :: {:ok, Auth0.Entity.Organization.t(), response_body()} | error()
Get organization by name.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_name_by_name
Specs
get_connection(id(), connection_id(), config()) :: {:ok, Auth0.Entity.EnabledConnection.t(), response_body()} | error()
Get an enabled connection for an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_enabled_connections_by_connectionId
Specs
get_invitation( id(), invitation_id(), Auth0.Management.Organizations.Invitations.Get.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.Invitation.t(), response_body()} | error()
Get an invitation to organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_invitations_by_invitation_id
Specs
list(Auth0.Management.Organizations.List.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Organizations.t(), response_body()} | error()
Get organizations.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_organizations
Specs
list_connections( id(), Auth0.Management.Organizations.EnabledConnections.List.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.EnabledConnections.t(), response_body()} | error()
Get connections enabled for an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_enabled_connections
Specs
list_invitations( id(), Auth0.Management.Organizations.Invitations.List.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.Invitations.t(), response_body()} | error()
Get invitations to organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_invitations
Specs
list_members( id(), Auth0.Management.Organizations.Members.List.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.Members.t(), response_body()} | error()
Get members who belong to an organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_members
Specs
list_roles( id(), user_id(), Auth0.Management.Organizations.Members.Roles.List.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.Roles.t(), response_body()} | error()
Get the roles assigned to an organization member.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/get_organization_member_roles
Specs
modify(id(), Auth0.Management.Organizations.Patch.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Organization.t(), response_body()} | error()
Modify an Organization.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/patch_organizations_by_id
Specs
modify_connection( id(), connection_id(), Auth0.Management.Organizations.EnabledConnections.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.EnabledConnection.t(), response_body()} | error()
Modify an Organizations Connection.
see
https://auth0.com/docs/api/management/v2/#!/Organizations/patch_enabled_connections_by_connectionId