Multi API v3.7.0
· One min read
Removed redundant error code for already activated or deactivated users
When activating an already activated user, the API will start returning an http 204 - No Content response instead of returning an http 409 - Conflict with error code USER_ALREADY_ACTIVATED.
Similarly, when deactivating an already deactivated user, the API will start returning an http 204 - No Content response instead of returning an http 409 - Conflict with error code USER_ALREADY_DEACTIVATED.
Affected APIs:
POST multi/users/\{user_id\}/activatePOST multi/users/\{user_id\}/deactivate
Added support for more Consumer occupations
Additional occupation options have been added to consumer identities. Now you can enable your customers to choose STUDENT, UNEMPLOYED, RETIRED or OTHER as their occupation.
Affected APIs:
GET multi/consumersPOST multi/consumersPATCH multi/consumers