@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.
|
@@ -52248,7 +52248,7 @@ export default {
|
|
|
52248
52248
|
},
|
|
52249
52249
|
'/user_identities/add_acs_user': {
|
|
52250
52250
|
post: {
|
|
52251
|
-
description:
|
|
52251
|
+
description: "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.",
|
|
52252
52252
|
operationId: 'userIdentitiesAddAcsUserPost',
|
|
52253
52253
|
requestBody: {
|
|
52254
52254
|
content: {
|
|
@@ -52305,7 +52305,7 @@ export default {
|
|
|
52305
52305
|
'x-title': 'Add an ACS User to a User Identity',
|
|
52306
52306
|
},
|
|
52307
52307
|
put: {
|
|
52308
|
-
description:
|
|
52308
|
+
description: "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.",
|
|
52309
52309
|
operationId: 'userIdentitiesAddAcsUserPut',
|
|
52310
52310
|
requestBody: {
|
|
52311
52311
|
content: {
|