Get the participant domain and roles claims and write to S3
GET/organisations/export/roles
triggers an open data export generating the roles endpoint
Request
Header Parameters
An RFC4122 UID used as a correlation id.
Responses
- 200
- 403
- 429
- 500
- 502
- 504
Export the roles for all the organisations
Response Headers
x-fapi-interaction-id
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
Possible values: non-empty
and <= 40 characters
, Value must match regular expression ^[^<>]*$
Unique ID associated with the organisation
Possible values: [Active
, Pending
, Withdrawn
]
Default value: Active
Status of the directory registration of an organisation
Possible values: Value must match regular expression ^[^<>]*$
Company registration number from company register i.e. Companies House registration number
Possible values: Value must match regular expression ^[^<>]*$
Possible values: Value must match regular expression ^[^<>]*$
Parent Organisation Reference
OrgDomainClaims
object[]
Possible values: Value must match regular expression ^[^<>]*$
The authorisation domain name
Possible values: [Active
, Inactive
]
Default value: Active
Current status of this resource
OrgDomainRoleClaims
object[]
Possible values: Value must match regular expression ^[^<>]*$
The authorisation domain name
Possible values: non-empty
and <= 60 characters
, Value must match regular expression ^[^<>]*$
The authorisation domain role name
Possible values: [Active
, Inactive
]
Default value: Active
Current status of this resource
[
{
"OrganisationId": "string",
"Status": "Active",
"RegistrationNumber": "string",
"RegisteredName": "string",
"ParentOrganisationReference": "string",
"OrgDomainClaims": [
{
"AuthorisationDomainName": "string",
"Status": "Active"
}
],
"OrgDomainRoleClaims": [
{
"AuthorisationDomainName": "string",
"AuthorisationDomainRoleName": "PAGTO",
"Status": "Active"
}
]
}
]
Forbidden
Response Headers
x-fapi-interaction-id
string
Too many requests, maximum capacity reached. Requests are now throttled.
Response Headers
x-fapi-interaction-id
string
Internal Server Error
Response Headers
x-fapi-interaction-id
string
Bad Gateway
Response Headers
x-fapi-interaction-id
string
Upstream timeout, insufficient capacity to serve request. More capacity being brought online. Please try again.
Response Headers
x-fapi-interaction-id
string