diff --git a/content/en/docs/apidocs-mxsdk/apidocs/governance/user-identifiers-api.md b/content/en/docs/apidocs-mxsdk/apidocs/governance/user-identifiers-api.md index 0d2045a5a2f..6738ae56950 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/governance/user-identifiers-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/governance/user-identifiers-api.md @@ -39,7 +39,7 @@ Store the generated value `{GENERATED_PAT}` somewhere safe so you can use it to Each request must contain an `Authorization` header with the value `MxToken {GENERATED_PAT}`. Here is an example: ```http -GET /api/user-identifiers/v1/uuids HTTP/1.1 +POST /api/user-identifiers/v1/uuids HTTP/1.1 Authorization: MxToken 7LJE…vk ``` @@ -65,7 +65,7 @@ The following steps lead to retrieval of user's UUIDs of the email addresses pro } ``` -1. Call `GET /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses. +1. Call `POST /api/user-identifiers/v1/uuids` to get the UUIDs of the provided email addresses. ## API Reference