Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ "success": true, "message": "Invite was successfully accepted." }
# 404 { "success": false, "message": "Invite not found" } # 422 { "success": false, "message": "you can not update super admin" } OR { "success": false, "message": "Validation failed: Workspace has enough members" }
Param name | Description |
---|---|
id
required |
Current invite ID Validations:
|