From 1e4745d1d362ceae80324da823806184aebf0f64 Mon Sep 17 00:00:00 2001 From: Karuna-Mendix Date: Thu, 8 May 2025 11:49:42 +0530 Subject: [PATCH] replaced `GET` with `POST` --- .../apidocs-mxsdk/apidocs/governance/user-identifiers-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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