Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP Status

Response Body

Description

200 OK


Identifiers assigned (one or more identifiers may already have existed)

400 Bad Request


Identifier Request not provided in POST body, or other error documented in response body

400 Invalid Fields

ErrorResponse with details in InvalidFields element

An error in one or more provided fields

401 Unauthorized


Authentication required

403 No Person Specified


A CO Person must be specified to attach the Identifiers to

403 Person Does Not Exist


The specified CO Person does not exist

500 Other Error


Unknown error

...

Method

GET

URL

/identifiers.<format>?[codeptid|cogroupid|copersonid|organizationid|orgidentityid]=<id>

Request Body


...

HTTP Status

Response Body

Description

200 OK

Identifier Response

Identifier returned

204 CO Department Has No Identifier
The requested CO Department was found, but has no identifiers attached
204 CO Group Has No Identifier
The requested CO Group was found, but has no identifiers attached

204 CO Person Has No Identifier


The requested CO Person was found, but has no identifiers attached

204 Organization Has No Identifier


The requested Organization was found, but has no identifiers attached

204 Org Identity Has No Identifier


The requested Org Identity was found, but has no identifiers attached

401 Unauthorized


Authentication required

404 CO Department Unknown


id not found for CO Department

404 CO Group Unknown


id not found for CO Group

404 CO Person Unknown


id not found for CO Person

404 Organization Unknown


id not found for Organization

404 Org Identity Unknown


id not found for Org Identity

500 Other Error


Unknown error

...