Skip to content

Commit

Permalink
mirror 4194 in 3.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris committed Aug 5, 2022
1 parent 789b4fc commit 3476c32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/gateway/admin-api/admins/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ HTTP 200 OK
}
```

The `status` field in the response indicates if the admin has accepted their invitation:

| Code | Status |
|------|------------|
| 0 | Approved |
| 1 | Pending |
| 2 | Rejected |
| 3 | Revoked |
| 4 | Invited |
| 5 | Unverified |

## Invite an Admin
**Endpoint**

Expand Down

0 comments on commit 3476c32

Please sign in to comment.