module Gitlab::Client::Users

def user_custom_attributes(user_id)

Returns:
  • (Gitlab::ObjectifiedHash) -

Parameters:
  • user_id (Integer) -- The ID of a user.
def user_custom_attributes(user_id)
  get("/users/#{user_id}/custom_attributes")
end