Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

UserStatus is defining a user, including the different access statuses related to a transaction. A user can be one of three different types: PRIVATE, CORPORATE or SERVER


NameDescriptionQualificationSchema
accessStatusThe status of the access part.OptionalParticipantStatus ‎
applicationAccessIdThe identifier of the access. Not allowed for the type SERVER.Optionalstring
corporateIdThe identifier of the corporate role. Required for the types CORPORATE and SERVER. Not allowed for the type PRIVATE.Optionalstring
corporateNameThe name of the company.Optionalstring
corporateRoleNameThe name of the corporate role.Optionalstring
corporateStatusThe status of the corporate role part.OptionalParticipantStatus ‎
firstNameThe first name of the participant.Optionalstring
lastNameThe last name of the participant.Optionalstring
privateIdThe identifier of the private role.  Required for the types PRIVATE and CORPORATE. Not allowed for type SERVER.Optionalstring
privateStatusThe status for the private role part.OptionalParticipantStatus ‎
userType

Specifies whether the participant acts in their private role or in a corporate role.

PRIVATE: The participant acts in their private role.  

CORPORATE: The participant acts in a corporate role.

SERVER: The participant is a server account.

Optional

enum 

(PRIVATE, CORPORATE, SERVER)

  • No labels