OneRosterUserProfileOutput

Profile information associated with a user in a specific role

  • profileId
    Type: stringFormat: uri
    required

    Unique identifier for the profile

  • profileType
    Type: string
    required

    Type of profile (e.g., learning platform, assessment system)

  • vendorId
    Type: string
    required

    Identifier of the vendor providing this profile

  • applicationId
    Type: string | null

    Identifier of the specific application this profile is for

  • credentials
    Type: array object[] ยท OneRosterCredentialOutput[]

    List of credentials associated with this profile

    The container for the information about a User Profile that will provide the user with access to some system, application, etc.

    • identity
      Type: string

      The identity for the profile

    • password
      Type: string

      The password for the profile

    • username
      Type: string

      The username for the profile

  • description
    Type: string | null

    Human-readable description of this profile