InviteReply
access_tokenstring
The access token to be used for authentication
emailstring
The email address of the user
Example:
jsnow@example.comerrorstring
The error message if the request was unsuccessful
error_codestring
The error code if the request was unsuccessful
joined_org_idstring
The ID of the organization the user joined
Example:
01JJFVMGENQS9ZG3GVA50QVX5Emessagestring
needs_ssoboolean
refresh_tokenstring
The refresh token to be used to refresh the access token after it expires
rolestring
The role the user has in the organization
Example:
adminsessionstring
The short-lived session token required for authentication
successboolean
Whether or not the request was successful or not
token_typestring
The type of token being returned
Example:
bearerunverifiedboolean
user_idstring
The ID of the user that was created
Example:
01J4EXD5MM60CX4YNYN0DEE3Y1InviteReply
{
"access_token": "string",
"email": "jsnow@example.com",
"error": "string",
"error_code": "string",
"joined_org_id": "01JJFVMGENQS9ZG3GVA50QVX5E",
"message": "string",
"needs_sso": true,
"refresh_token": "string",
"role": "admin",
"session": "string",
"success": true,
"token_type": "bearer",
"unverified": true,
"user_id": "01J4EXD5MM60CX4YNYN0DEE3Y1"
}