Invite a user to the current org
POST /v1/orgs/current/invites
POST
/v1/orgs/current/invites
Invite a user (by email) to an org.
This user will receive an email, and when they next log into the application will be added to the org.
Authorizations
Request Body
Input
object
email
required
string
Responses
201
Created
object
created_at
string
created_by_id
string
email
string
id
string
orgID
Parent relationship
string
role_type
string
status
string
updated_at
string
400
Bad Request
object
description
string
error
string
user_error
boolean
401
Unauthorized
object
description
string
error
string
user_error
boolean
403
Forbidden
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean