Organization Users
Gets the list of all users that belong to the specified organization
Unique ID of the organization
123e4567-e89b-12d3-a456-426614174000Page number for pagination
1Example: 1Number of items per page
20Example: 20Filter by specific role
memberPossible values: Filter by specific status
activePossible values: Search users by name or email
johnList of users retrieved successfully
Internal server error
Adds a new user to the specified organization
Unique ID of the organization
123e4567-e89b-12d3-a456-426614174000Unique ID of the existing user to add (optional, if user already exists)
456e7890-e89b-12d3-a456-426614174001Email of the user
john.doe@example.comFirst name of the user
JohnLast name of the user
DoeURL of the user's avatar (optional)
https://example.com/avatars/john.jpgRole of the user in the organization
memberPossible values: Whether to send invitation email to the user
trueExample: trueCustom message for the invitation
¡Bienvenido al equipo de desarrollo!Membership expiration date (optional)
2024-12-31T23:59:59ZUser successfully added to organization
Internal server error
Gets the membership information of a specific user in the organization
Unique ID of the organization
123e4567-e89b-12d3-a456-426614174000Unique ID of the user
456e7890-e89b-12d3-a456-426614174001Membership information retrieved successfully
Internal server error
Updates the role and permissions of a user in the organization
Unique ID of the organization
123e4567-e89b-12d3-a456-426614174000Unique ID of the user
456e7890-e89b-12d3-a456-426614174001New role for the user
adminPossible values: Membership status
activePossible values: New membership expiration date
2024-12-31T23:59:59ZMembership updated successfully
Internal server error
Removes a specific user from the organization
Unique ID of the organization
123e4567-e89b-12d3-a456-426614174000Unique ID of the user to remove
456e7890-e89b-12d3-a456-426614174001User successfully removed
Internal server error
Last updated