Identity & AccessIdentity & Access📄️ Create JWT access tokenExchanges an existing authentication credential (header, body, cookie or refresh token) for a JWT access token.📄️ Create a Client Credential.Create a new Client Credential with specified scopes and expiration.📄️ Get all Client Credentials.Retrieve all Client Credentials.📄️ Delete a Client Credential by ID.Revoke and delete a Client Credential by its ID.📄️ Get organizations (root or sub-orgs)Retrieve organizations in multiple formats:📄️ Create a new organizationAdd a new organization with the provided details.📄️ Get a specific organization by IDRetrieve detailed information of an organization by its unique identifier.📄️ Update an existing organizationUpdate the name, description of an existing organization. ParentOrgId is immutable and must match the existing value.📄️ Delete an organizationRemove an organization by its ID. Requires confirmation of the organization name.📄️ Get children organizations up to certain depthRetrieve child organizations under a given organization up to a specified depth.📄️ Get parent organizations up to certain depthRetrieve parent organizations of a given organization up to a specified depth.📄️ Retrieve all organization roles linked to the specified userRetrieve all organization roles linked to the specified user.📄️ Get users by organization IDRetrieve a paginated list of users belonging to a specific organization.📄️ Add multiple existing users to an organizationAssociates multiple existing users with an existing organization, assigning the `admin` role to each. All items are validated before any insertion — if any item fails, the entire batch is rejected.📄️ Get organization user by composite keyRetrieve detailed information about an organization user by specifying both **orgId** and **userId**.📄️ Update organization user by composite keyUpdate the details of an organization user by specifying both **orgId** and **userId**.📄️ Delete organization user by composite keyDelete an organization user by specifying both **orgId** and **userId**.📄️ Get a paginated list of usersRetrieve a paginated and sorted list of application users.📄️ Get an user by IDRetrieve details of a single application user by their unique ID.