Create Users
POST
https://api.coralogix.com/mgmt/openapi/5/aaa/teams/v2/{team_id}/membersAdds members to the specified team.
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Path Parameters
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