Skip to content

Commit e83aef5

Browse files
Merge pull request #9503 from mendix/kv-user-identifier
User Identifier API changes
2 parents 47a0b0f + 1e4745d commit e83aef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/apidocs-mxsdk/apidocs/governance/user-identifiers-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Store the generated value `{GENERATED_PAT}` somewhere safe so you can use it to
3939
Each request must contain an `Authorization` header with the value `MxToken {GENERATED_PAT}`. Here is an example:
4040

4141
```http
42-
GET /api/user-identifiers/v1/uuids HTTP/1.1
42+
POST /api/user-identifiers/v1/uuids HTTP/1.1
4343
Authorization: MxToken 7LJE…vk
4444
```
4545

@@ -65,7 +65,7 @@ The following steps lead to retrieval of user's UUIDs of the email addresses pro
6565
}
6666
```
6767

68-
1. Call `GET /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses.
68+
1. Call `POST /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses.
6969

7070
## API Reference
7171

0 commit comments

Comments
 (0)