GetUserDetailsResponse

@Serializable
data class GetUserDetailsResponse(val accessToken: String? = null, val authenticated: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val organisationalRole: EnumOptionData? = null, val permissions: List<String>? = null, val roles: List<RoleData>? = null, val staffDisplayName: String? = null, val staffId: Long? = null, val userId: Long? = null, val username: String? = null)

GetUserDetailsResponse

Parameters

accessToken
authenticated
officeId
officeName
organisationalRole
permissions
roles
staffDisplayName
staffId
userId
username

Constructors

Link copied to clipboard
constructor(accessToken: String? = null, authenticated: Boolean? = null, officeId: Long? = null, officeName: String? = null, organisationalRole: EnumOptionData? = null, permissions: List<String>? = null, roles: List<RoleData>? = null, staffDisplayName: String? = null, staffId: Long? = null, userId: Long? = null, username: String? = null)

Properties

Link copied to clipboard
val accessToken: String? = null
Link copied to clipboard
val authenticated: Boolean? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
Link copied to clipboard
val permissions: List<String>? = null
Link copied to clipboard
val roles: List<RoleData>? = null
Link copied to clipboard
Link copied to clipboard
val staffId: Long? = null
Link copied to clipboard
val userId: Long? = null
Link copied to clipboard
val username: String? = null