Account

Retrieves the collection of Account resources.

get

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/accounts
200

Account collection

Creates a Account resource.

post

Creates a Account resource.

Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Rumpf

LanceCoreAccount

@contextone ofNur lesenOptional
stringOptional
oder
@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
post
/api/accounts

Retrieves a Account resource.

get

Retrieves a Account resource.

Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Pfadparameter
idstringErforderlich

Resource identifier

Antworten
200

Account resource

get
/api/accounts/{id}

Removes the Account resource.

delete

Removes the Account resource.

Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Pfadparameter
idstringErforderlich

Resource identifier

Antworten
delete
/api/accounts/{id}

Kein Inhalt

War das hilfreich?