Endpoints
TEAM
Manage team members in your organization.
GET
/api/v1/usersAuth
List all team members
POST
/api/v1/usersAuth
Invite a team member
Request Body
emailstringfull_namestringpasswordstringroleadmin | agentPUT
/api/v1/users/:idAuth
Update user role or status
Request Body
roleadmin | agentis_activebooleanDELETE
/api/v1/users/:idAuth
Remove a team member
Was this page helpful?