Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Last reviewed: 2021-07-22

...

The user status must be Waiting for registration in order to be reinvited. This functionality does not support invitations related to mandates.

Target Type

ReinviteResponse

...

With Content-Type header on application/x-www-form-urlencoded

Name

Accepted Values

Multivalued

Mandatory

Default

Description

login

String




User login name.

email

String




User email address.

firstname

String




First name of the user.

surname

String




Surname of the user.

mobile

String




Mobile phone number.

ssn

String




Social Security Number (henkilötunnus)

locale

String




User preferred locale setting.

pwd

String




New password.

pwd.activated

Boolean




Defines if the password authentication method is active for the user or not.

status

String from Configured Set




Set the user status Enabled or Disabled.

For more information on user statuses see Data model - CustomerID.

"custom attribute"

String

X



User's custom attribute and a value. For example, age=45. Adding multiple key-value parameters with the same key will create multi-valued attributes. For example, browsers=IE&browsers=chrome.

...

With Content-Type header on application/xml

Info

Custom Attributes are saved as multivalued. To add multiple value, add multiple values as shown below (Custom1). To remove custom attribute, give no values or give empty value.

...

Code Block
languagetext
curl --insecure -X PUT -u restuser:secret "https://localhost:7443/customerid-rest/services/2.1/users/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/forcepasswordchange

Response Status

204 No Content

Response Document

None.

Request Operations

...