Account
Retrieves the collection of Account resources.
Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Abfrageparameter
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Antworten
200
Account collection
get
/api/accounts200
Account collection
Creates a Account resource.
Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Rumpf
LanceCoreAccount
@contextone ofNur lesenOptional
stringOptional
@idstringNur lesenOptional
@typestringNur lesenOptional
providerIdintegerOptional
The provider id
identifierstringOptional
The account identifier
externalUsernamestringOptional
The account external username
personstring · iri-referenceOptional
The Person
passwordstringOptional
The account external username
Antworten
201
Account resource created
400
Invalid input
422
Unprocessable entity
post
/api/accountsRemoves the Account resource.
Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Pfadparameter
idstringErforderlich
Resource identifier
Antworten
204
Account resource deleted
404
Resource not found
delete
/api/accounts/{id}Kein Inhalt
War das hilfreich?