Create Users
https://api.coralogix.com/mgmt/openapi/5/aaa/users/v2Adds members to the specified team.
Authorizations
Request
Query Parameters
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
List of users to create. Multiple users can be created in a single request.
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
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