Skip to main content

Create Users

POSThttps://api.coralogix.com/mgmt/openapi/5/aaa/users/v2

Adds members to the specified team.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request​

Query Parameters

    team_id# int64

    Possible values: >= 0

    Team ID where the users will be created. Optional on the /aaa/users/v2 routes, which bind no team in the path: omit it and the team of the API key making the call is used.

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