Get single profile
- Print
- PDF
Get single profile
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get a single profile.
API
- GET /profiles/{profileId}
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
profileId | Y | string | Profile ID |
Response
Body
{
"profileId": "string",
"profileNrn": "string",
"name": "string",
"description": "string",
"enabled": boolean,
"durationSeconds": integer,
"roleNrnList": [
"string"
],
"createTime": "string",
"updateTime": "string"
}
Response fields
Item | Type | Description |
---|---|---|
profileId | string | Profile ID |
profileNrn | string | Profile NRN |
name | string | Profile name |
description | string | Profile description |
enabled | boolean | Profile activation status |
durationSeconds | integer | Temporary credential duration (second) |
roleNrnList | list | List of roleNrns of roles this profile can use for temporary credentials |
createTime | string | Creation time |
updateTime | string | Modification time |
Was this article helpful?