This API retrieves all user profiles assigned to user in the department of the portal.
Success
When no profiles are assigned to user.
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "profile": [
- {
- "name": "UP2",
- "isLastUsedInPortal": false,
- "id": 409600000001142
}, - {
- "name": "UP1",
- "isLastUsedInPortal": true,
- "id": 409600000001135
}
]
}