post /v1/organizations/{organizationId}/spaces/{spaceId}/invites
Invite users to a space
path params
organizationIdstring
required
spaceIdstring
required
Request body
invites
Array
required
email
String
roleIds
Array of String
title
String
groupIds
Array of String
Responses
response body
object
invites
Array
id
String
email
String
status
String
addedUsersIds
Array of String
response body
object
code
Integer
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message
String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.