apk
apk copied to clipboard
Getting an invalid service namespace when retrieving the organization list
Description:
When retrieving the organization list using the Postman collection, the response object contains an invalid service namespace.
Steps to reproduce:
- Create an organization using the Postman collection with the sample data below,
{
"name": "test",
"displayName": "test",
"organizationClaimValue": "0123-456-789-154",
"enabled": false,
"serviceNamespaces": [
"Test"
]
}
- Get the organization list.
- In the list we can see the output below.
{ "id": "01edefea-e879-1426-a30f-d1247b117097", "name": "test", "displayName": "test", "organizationClaimValue": "0123-456-789-154", "enabled": false, "serviceNamespaces": [ "*" ] }