Skip to main content
Get User
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/aaa/teams/v2/{team_id}/members/{user_account_id} \
  --header 'Authorization: <api-key>'
{
  "user": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userAccountId": 123,
    "userId": "<string>",
    "username": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

team_id
integer<int64>
required

Team ID to search within

user_account_id
integer<int64>
required

User account ID to retrieve

Response

Response containing the complete details of the requested user, including account information, status, login modes, and access configuration.

user
User · object

A user is an entity that is always part of a team and has an account associated with it