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

List of users to create. Multiple users can be created in a single request.

    onboardingMode#OnboardingMode

    Onboarding mode determines whether the user receives an invite link or is created without one

    Possible values: [ONBOARDING_MODE_UNSPECIFIED, ONBOARDING_MODE_INVITE_LINK, ONBOARDING_MODE_NO_INVITE]

    Template containing all user properties to set during creation

Response

application/json

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

    Exactly one entry per user in the request, in request order. Each entry also echoes its username, so a caller can join on that instead of on position.

    Possible values: <= 1000