Skip to content

Commit

Permalink
GITBOOK-511: Fix ToC for user_identities_update
Browse files Browse the repository at this point in the history
  • Loading branch information
DebbieAtSeam authored and gitbook-bot committed Jan 2, 2025
1 parent caffd3f commit d0fff9a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
* [Create a User Identity](api/user_identities/create.md)
* [List User Identities](api/user_identities/list.md)
* [Get a User Identity](api/user_identities/get.md)
* [Update a User Identity](api/user_identities/update-a-user-identity.md)
* [Update a User Identity](api/user_identities/update.md)
* [Add an ACS User to a User Identity](api/user_identities/add_acs_user.md)
* [List ACS Users Associated with a User Identity](api/user_identities/list_acs_users.md)
* [List ACS Systems Associated with a User Identity](api/user_identities/list_acs_systems.md)
Expand Down
2 changes: 0 additions & 2 deletions docs/api/user_identities/update-a-user-identity.md

This file was deleted.

39 changes: 15 additions & 24 deletions docs/api/user_identities/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,51 @@
PATCH /user_identities/update ⇒ void
```

### Authentication Methods

* API key
* Personal access token

## Authentication Methods
### Request Parameters

- API key
- Personal access token
#### `email_address`

## Request Parameters

### `email_address`

Type: `string`
Required: No
Type: `string` Required: No

Unique email address for the user identity.

***

### `full_name`

Type: `string`
Required: No

#### `full_name`

Type: `string` Required: No

***

### `phone_number`
#### `phone_number`

Type: `string`
Required: No
Type: `string` Required: No

Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100).

***

### `user_identity_id`
#### `user_identity_id`

Type: `string`
Required: Yes
Type: `string` Required: Yes

ID of the user identity.

***

### `user_identity_key`
#### `user_identity_key`

Type: `string`
Required: No
Type: `string` Required: No

Unique key for the user identity.

***

## Return Type
### Return Type

void

0 comments on commit d0fff9a

Please sign in to comment.