Error
A valid request URL is required to generate request examples{
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"public_code": "<string>"
},
"email": "jsmith@example.com"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Members
Accept an invitation
Public. Joins the invited address to the organization: creating the account when it is new (name and password required), or just adding the membership when it already exists.
Rate limited to 20 requests per hour per IP.
POST
/
v1
/
invitations
/
accept
Error
A valid request URL is required to generate request examples{
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"public_code": "<string>"
},
"email": "jsmith@example.com"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}