SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

Postman Test data field names does not match the Resource data field names [See the 1st comment for enhancement suggestion]

Open Tasin5541 opened this issue 2 years ago • 2 comments

The test cases provided for Postman has mismatched data field names and as a result, The returned response from the api has null values for those mismatched fields.

Example:

Request image

Response image

Look at the ExternalIdentifier and ElectronicMailAddresses fields. Both are null in the response because the request had these fields as externalId and emails respectively. The test case for EnterpriseUser has more mismatched fields.

Tasin5541 avatar Feb 16 '22 06:02 Tasin5541