UsersResource class
Methods
-
getIdentity(String name, {String? $fields})
→ Future<Identity>
-
Gets the user's identity.
-
getIrnProfile(String name, {String? $fields})
→ Future<IrnProfile>
-
Returns user's IRN Profile details.
-
getProfile(String name, {String? $fields})
→ Future<Profile>
-
Returns user Profile details.
-
getSettings(String name, {String? $fields})
→ Future<Settings>
-
Returns user settings details.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateProfile(Profile request, String name, {String? updateMask, String? $fields})
→ Future<Profile>
-
Updates the user's profile details.
-
updateSettings(Settings request, String name, {String? updateMask, String? $fields})
→ Future<Settings>
-
Updates the user's settings details.