UserService
CreateUser creates a new user.
post/api/v1/users
Query parameters
userIdstring
Optional. The user ID to use for this user. If empty, a unique ID will be generated. Must match the pattern [a-z0-9-]+
validateOnlyboolean
Optional. If set, validate the request but don't actually create the user.
requestIdstring
Optional. An idempotency token that can be used to ensure that multiple requests to create a user have the same result.
Request body
Response
OK