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
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/accountsLast updated
Was this helpful?