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

UserProfile Data Type

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

Example

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