@seamapi/types 1.576.0 → 1.577.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -56496,7 +56496,7 @@ export default {
|
|
|
56496
56496
|
'/user_identities/add_acs_user': {
|
|
56497
56497
|
post: {
|
|
56498
56498
|
description:
|
|
56499
|
-
|
|
56499
|
+
"Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).\n\nYou must specify either `user_identity_id` or `user_identity_key` to identify the user identity.\n\nIf `user_identity_key` is provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.",
|
|
56500
56500
|
operationId: 'userIdentitiesAddAcsUserPost',
|
|
56501
56501
|
requestBody: {
|
|
56502
56502
|
content: {
|
|
@@ -56557,7 +56557,7 @@ export default {
|
|
|
56557
56557
|
},
|
|
56558
56558
|
put: {
|
|
56559
56559
|
description:
|
|
56560
|
-
|
|
56560
|
+
"Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).\n\nYou must specify either `user_identity_id` or `user_identity_key` to identify the user identity.\n\nIf `user_identity_key` is provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.",
|
|
56561
56561
|
operationId: 'userIdentitiesAddAcsUserPut',
|
|
56562
56562
|
requestBody: {
|
|
56563
56563
|
content: {
|