Get organization users
GET
/api/v1/gen_organizations/users
Retrieve list of users in an organization.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” organization_id
required
Organization Id
string
Responses
Section titled “ Responses ”Successful Response
Response Get Organization Users Api V1 Gen Organizations Users Get
Array<object>
UserOrganizationResponseResponse model for a user in an organization. Gen API returns: { id, email, name, organization_role }
Bad Request
Forbidden: You cannot update your own role, or the role of the owner, or remove yourself from the organization.
Not Found: User not found, or user is not a member of this organization.
Unprocessable Content: Validation error (e.g., invalid parameters).
Internal Server Error