Skip to main content

Create Users

POSThttps://api.coralogix.com/mgmt/openapi/5/aaa/teams/v2/{team_id}/members

Adds members to the specified team.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    team_id# int64required

    Possible values: >= 0

    Team ID where the users will be created

Body

application/json
    onboardingMode#OnboardingMode

    Onboarding mode.

    Possible values: [ONBOARDING_MODE_UNSPECIFIED, ONBOARDING_MODE_INVITE_LINK, ONBOARDING_MODE_NO_INVITE]

    Template containing all user properties that can be set when creating or updating a user. Includes personal information, status, authentication methods, and access duration.

Response

application/json

Empty response indicating successful processing of all user creation and invitation requests. Ensure failures are returned via gRPC status codes.