getUsersAttributesFromClient
fun getUsersAttributesFromClient( keys: List<String>?, publisherProjectId: Int?, userId: String?, getReadOnlyAttributes: Boolean, callback: GetUsersAttributesCallback)
Content copied to clipboard
Returns a list of particular user’s attributes with their values and descriptions. Returns only user-editable attributes.
See also
Parameters
keys
List of attributes’ keys which you want to get. If not specified, the method returns all user’s attributes.
publisherProjectId
Project ID from Publisher Account which you want to get attributes for. If you do not specify it, it returns attributes without the value of this parameter.
userId
Identifier of a user whose public attributes should be requested. If not specified, the method returns attributes for the current user.
getReadOnlyAttributes
true
for getting read only attributes, false
for user-editable attributes.
callback
Callback with operation response