Account

Retrieves the collection of Account resources.

get

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
chevron-right
200

Account collection

get
/api/accounts
200

Account collection

Creates a Account resource.

post

Creates a Account resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

LanceCoreAccount

@contextone ofRead-onlyOptional
stringOptional
or
@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
post
/api/accounts

Retrieves a Account resource.

get

Retrieves a Account resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Account resource

get
/api/accounts/{id}

Removes the Account resource.

delete

Removes the Account resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
delete
/api/accounts/{id}

No content

Last updated

Was this helpful?