GET /api/v2/organizations/8646b67b-9a28-4de7-bd0e-27adacc99e45/invites
Content-Type: application/vnd.api+json
Body
Parameters
Filters
invite_user_as
Typestring
Description
Filter by type of invite; Accepts "admin"
Required
No
Response
Headers
Body
Fields
data
Type[Invite]
Description
An array of Invites
Invite [POST]
Invite [POST]
Request
Endpoint
Body
Parameters
Attributes
created_at
Typedate
Description
The timestamp of when this resource was created
Required
No
invite_user_as
Typestring
Description
What to type of association to create if user accepts invite; Accepts "admin"
Required
No
recipient_email
Typestring
Description
Recipient Email
Required
No
updated_at
Typedate
Description
The timestamp of when this resource was last updated
Required
No
updated_in_db_at
Typedate
Description
This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required
No
Response
Headers
Body
Fields
Attributes
accepted_at
Typestring
Description
Accepted At
code
Typestring
Description
Code
created_at
Typedate
Description
The timestamp of when this resource was created
invite_user_as
Typestring
Description
What to type of association to create if user accepts invite; Accepts "admin"
recipient_email
Typestring
Description
Recipient Email
updated_at
Typedate
Description
The timestamp of when this resource was last updated
updated_in_db_at
Typedate
Description
This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
accepted_by_user.data
TypeUser
Description
user that accepted the invite
cancelled_by_user.data
TypeUser
Description
user that cancelled the invite
invited_by_user.data
TypeUser
Description
user that created the invite
Invite [GET]
Invite [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
accepted_at
Typestring
Description
Accepted At
code
Typestring
Description
Code
created_at
Typedate
Description
The timestamp of when this resource was created
invite_user_as
Typestring
Description
What to type of association to create if user accepts invite; Accepts "admin"
recipient_email
Typestring
Description
Recipient Email
updated_at
Typedate
Description
The timestamp of when this resource was last updated
updated_in_db_at
Typedate
Description
This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
accepted_by_user.data
TypeUser
Description
user that accepted the invite
cancelled_by_user.data
TypeUser
Description
user that cancelled the invite
invited_by_user.data
TypeUser
Description
user that created the invite
Invite [DELETE]
Invite [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Invite [ACCEPT]
Invite [ACCEPT]
Request
Endpoint
Body
Parameters
Attributes
code
TypeUnknown
Description
code that matches the code attribute on the invite being accepted
Required
No
Response
Headers
Body
Fields
Attributes
accepted_at
Typestring
Description
Accepted At
code
Typestring
Description
Code
created_at
Typedate
Description
The timestamp of when this resource was created
invite_user_as
Typestring
Description
What to type of association to create if user accepts invite; Accepts "admin"
recipient_email
Typestring
Description
Recipient Email
updated_at
Typedate
Description
The timestamp of when this resource was last updated
updated_in_db_at
Typedate
Description
This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
PUT /api/v2/organizations/4b607303-73bf-4ef2-85c0-fc27daad6d66/invites/e0eb3572-8c07-4f6b-981b-414464fc873e/accept
Content-Type: application/vnd.api+json