class CybridApiId::UsersIdpApi
def get_user(user_guid, opts = {})
-
(UserIdpModel)
-
Parameters:
-
opts
(Hash
) -- the optional parameters -
user_guid
(String
) -- Identifier for the user.
def get_user(user_guid, opts = {}) data, _status_code, _headers = get_user_with_http_info(user_guid, opts) data end