[{"label":"Latest (v1.0)","version":"latest"}]
csp
Set Default Organization Deprecated
DescriptionSet default organization for principal user.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
All Roles | ✔️ | ❌ |
Request
URLURL
https://{api_host}/csp/gateway/am/api/loggedin/user/profile/default-org
Request Body
Request Body
{
"refLink": "string"
}
string
refLink
Optional
Relative reference link to the resource.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
RefLinkDto
of type application/json
{
"refLink": "string"
}
string
refLink
Optional
Relative reference link to the resource.
Errors
400
The user is not member of the organization | Organization reference link is mandatory
Code Samples
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"refLink":"string"}' https://{api_host}/csp/gateway/am/api/loggedin/user/profile/default-org
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-required-roles: any
x-slo-tier: TIER2
x-vmw-doc-deprecated: ""
[{"label":"Latest (v1.0)","version":"latest"}]
csp