D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

UserProfile Data Type

The user profile

Subtypes
UserProfileExtended
Properties
name data type description
username string
roles array of string
avatar string
fullname string

Example

{
  "username" : "...",
  "roles" : [ "...", "..." ],
  "avatar" : "...",
  "fullname" : "..."
}