Account
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Responses
200
Account collection
hydra:totalItemsintegerOptional
get
/api/accounts200
Account collection
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
LanceCoreAccount
@contextone ofRead-onlyOptional
stringOptional
@idstringRead-onlyOptional
@typestringRead-onlyOptional
providerIdintegerOptional
The provider id
identifierstringOptional
The account identifier
externalUsernamestringOptional
The account external username
personstring · iri-referenceOptional
The Person
passwordstringOptional
The account external username
Responses
201
Account resource created
400
Invalid input
422
Unprocessable entity
post
/api/accountsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Resource identifier
Responses
200
Account resource
LanceCoreAccount
@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
idintegerOptional
The unique identifier for the account entity
providerIdintegerOptional
The provider ID
identifierstringOptional
The account identifier
externalUsernamestringOptional
The account external username
personstring · iri-referenceOptional
The Person
404
Resource not found
get
/api/accounts/{id}Last updated
Was this helpful?