Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-user-auth
UserProfilesResponse
Interface UserProfilesResponse
Represents the response for a getUserProfiles request.
interface
UserProfilesResponse
{
code
:
"SUCCESS"
|
"ERROR"
;
details
?:
Record
<
string
,
unknown
>
;
message
?:
string
;
userProfiles
?:
UserProfile
[]
;
}
Index
Properties
code
details?
message?
user
Profiles?
Properties
code
code
:
"SUCCESS"
|
"ERROR"
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
message
message
?:
string
Optional
user
Profiles
userProfiles
?:
UserProfile
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
details
message
user
Profiles
Axinom Portal
Axinom Mosaic Libraries
Loading...
Represents the response for a getUserProfiles request.