Access Management API
Client Management Examples
The following example shows how to manage clients.
Insert Organization Admin Credentials
The following example shows how to insert an Organization Administrator's credentials to obtain a proper token:
Retrieve a Profile
After obtaining an Organization Admin token, you can get a profile, as shown in the following example:
Retrieve an Organization and Client ID
The following example shows how to retrieve the organization ID and client ID from the profile, and retrieve the client.
View a Client Grant Type
The following example shows the client's grant types:
Add a Grant Type to a Client
The following example shows how to add a new grant type to our client, for example, password:
For more information on how to use clients for authentication, see the Authentication Examples section.