Identity & AccessIdentity & Access📄️ Create JWT access tokenExchanges an existing authentication credential (header or token) for a JWT access token.📄️ Get a specific organization by IDRetrieve detailed information of an organization by its unique identifier.📄️ Update an existing organizationModify details of an existing organization identified by its ID.📄️ Delete an organizationRemove an organization 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 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.📄️ Get user's roles across organizationsRetrieve all organization roles linked to the specified user.📄️ Get users by organization IDRetrieve a paginated list of users belonging to a specific organization.📄️ Add an existing user to an organizationAssociates an existing user with an existing organization, assigning the specified roles or permissions.📄️ 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.