class Dingtalk::Api::OapiUserGetRequest

get token

Attributes

userid[RW]

Public Instance Methods

getHttpMethod() click to toggle source
# File lib/dingtalk/api/OapiUserGetRequest.rb, line 9
def getHttpMethod
  'GET'
end
getapiname() click to toggle source
# File lib/dingtalk/api/OapiUserGetRequest.rb, line 13
def getapiname
  'dingtalk.oapi.user.get'
end