Get profile list
    • PDF

    Get profile list

    • PDF

    Article summary

    Get the profile list.

    API

    • GET /profiles

    Request

    Parameters

    ParameterRequiredTypeRestrictionsDescription
    searchColumnNStringname, profileNrnSearch column (name, profileNrn)
    searchWordNStringSearch keyword
    pageNintDefault: 0Page number
    sizeNintDefault: 20Result list size

    Response

    Body

    {
      "pageNo": integer,
      "totalElements": integer,
      "pageSize": integer,
      "content": [
        {
          "profileId": "string",
          "profileNrn": "string",
          "name": "string",
          "description": "string",
          "enabled": boolean,
          "durationSeconds": integer,
          "roleNrnList": [
            "string"
          ],
          "createTime": "string",
          "updateTime": "string"
        }
      ]
    }
    

    Response fields

    ItemTypeDescription
    pageNoIntegerPage number
    totalElementsintegerTotal number of items
    pageSizeintegerPage size
    content.profileIdstringProfile ID
    content.profileNrnstringProfile NRN
    content.namestringProfile name
    content.descriptionstringProfile description
    content.enabledbooleanProfile activation status
    content.durationSecondsintegerTemporary credential duration (second)
    content.roleNrnListlistList of roleNrns of roles this profile can use for temporary credentials
    content.createTimestringCreation time
    content.updateTimestringModification time

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.