Organisations
Get pending invitations for organisation
Mock APIs
Teams
Organisations
Data sources
Database connections
Usage
Access control
Stub Mappings
- GETGet all stub mappings
- POSTCreate a new stub mapping
- DELDelete all stub mappings
- POSTReset stub mappings
- POSTPersist stub mappings
- POSTImport stub mappings
- GETGet stub mapping by ID
- PUTUpdate a stub mapping
- DELDelete a stub mapping
- POSTFind stub mappings matching metadata
- POSTDelete stub mappings matching metadata
Requests
OpenAPI
Imports
Organisations
Get pending invitations for organisation
GET
/
v1
/
organisations
/
{organisationId}
/
invitations
Authorization
object
*
Authorization
Required
object
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
username
string
username
string
password
string
password
string
organisationId
string
*
organisationId
Required
string
The ID of the organisation
Add Example Value
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the organisation
Required string length:
5 - 10
Response
200 - application/json
The ID of the user sending the invitation.
The email address of the user being invited.
Indicates whether the invited user already existed in the system.
The role of the new user within the organisation.
Available options:
organisation_admin
, organisation_member