Account
Retrieves the collection of Account resources.
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
Creates a Account resource.
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/accountsRemoves the Account resource.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Resource identifier
Responses
204
Account resource deleted
404
Resource not found
delete
/api/accounts/{id}No content
Last updated
Was this helpful?