Introspect returns the current user’s principle_id, user_id and a list of roles, permissions, and enabled features.
Documentation Index
Fetch the complete documentation index at: https://conductorone-docs-ad-account-provisioning-setup.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
IntrospectResponse contains information about the current user who is authenticated.
IntrospectResponse contains information about the current user who is authenticated.
The list of feature flags enabled for the tenant the logged in user belongs to.
The list of permissions that the current logged in user has.
The principleID of the current logged in user.
The list of roles that the current logged in user has.
The userID of the current logged in user.