Manage external personal accounts
External personal accounts are currently labelled external personal identities in the REST API. Hence this is the term reflected in the requests below.
‘External personal account’ is the term used in the Lequinox console user interface and the user guide.
Functions available for external personal accounts:
Create external personal account
Steps
Create External personal identity.
Submit a request to Create external personal identity.
The platform validates the request and the ExternalPersonalIdentity object by verifying, among other things:
that first name and last name are specified
that ‘managed’ is specified
Take special care to set up the personal identity as platform-managed. See description of ‘managed’ in ExternalPersonalIdentity.
c. that ID is not specified
d. that State is not specified.
The platform creates the external personal identity.
The platform activates the external personal identity.
The platform returns the created ExternalPersonalIdentity.
Update external personal account
Steps
Send a request to Update external personal identity.
The platform validates the request and the ExternalPersonalIdentity object by verifying, among other things:
that first name and last name are specified.
that State is specified.
that the external personal identity ID in the URL is the same as in ExternalPersonalIdentity.
that the changes to the external personal identity are permitted.
that the external personal identity state can be changed.
Refer to the state attribute description in ExternalPersonalIdentity for information on permitted state changes.
The platform updates the external personal identity.
The platform returns the updated ExternalPersonalIdentity.
Get external personal account
Steps
Send a request to Get external personal identity.
The platform validates the request.
The platform retrieves the external personal identity.
The platform returns the ExternalPersonalIdentity.
Copyright © 2021–2024 Lequa Net AB – a subsidiary of Extracticon AB (publ). All rights reserved.