Skip to main content

Users Management service overview

The Users Management service provides programmatic, team-scoped administration of users in Coralogix. Use it to create a user in a team, update a user’s attributes, activate or revoke one or more users, retrieve a single user by account ID, or search users in a team by username and status. All operations are scoped to a team_id path parameter. This is the API behind the Team Members page; see the Manage team members user guide for the corresponding UI and the Teams and Groups guides for the underlying user, group, and permission model.

Methods

MethodPathDescription
POST/aaa/teams/v2/{team_id}/membersCreate a user in a team.
PUT/aaa/teams/v2/{team_id}/membersUpdate a user in a team.
PATCH/aaa/teams/v2/{team_id}/members/statusActivate or revoke one or more users in a team.
GET/aaa/teams/v2/{team_id}/members/{user_account_id}Retrieve a single user by account ID.
GET/aaa/teams/v2/{team_id}/searchSearch users in a team by username and status.