Identity & AccessIdentity & Access📄️List all application usersRetrieve a paginated and sorted list of application users.📄️Get a user by IDRetrieve details of a single application user by their unique ID.📄️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 and description of an existing organization.📄️Delete an organizationRemove an organization by its ID. Requires confirmation of the organization name.📄️Get children organizationsRetrieve child organizations under a given organization up to a specified depth.📄️Get parent organizationsRetrieve 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 User in OrganizationRetrieve detailed information about an organization user by specifying both **orgId** and **userId**.📄️Remove user from organizationRemove a user from an organization by specifying both **orgId** and **userId**.📄️Create JWT access tokenExchanges an existing authentication credential (header, body, cookie or refresh token) for a JWT access token.