mirror of
https://github.com/sasjs/core.git
synced 2026-01-19 14:30:05 +00:00
chore: updating documentation in preparation for upcoming sasjs snippets feature
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
@file mv_getgroupmembers.sas
|
||||
@brief Creates a dataset with a list of group members
|
||||
@details First, be sure you have an access token (which requires an app token).
|
||||
@details First, be sure you have an access token (which requires an app token)
|
||||
|
||||
Using the macros here:
|
||||
|
||||
@@ -23,10 +23,13 @@
|
||||
providerId char(5),
|
||||
implicit num
|
||||
|
||||
@param access_token_var= The global macro variable to contain the access token
|
||||
@param grant_type= valid values are "password" or "authorization_code" (unquoted).
|
||||
The default is authorization_code.
|
||||
@param outds= The library.dataset to be created that contains the list of groups
|
||||
@param [in] group Group id for which to return group members
|
||||
@param [in] access_token_var= (ACCESS_TOKEN)
|
||||
The global macro variable to contain the access token
|
||||
@param [in] grant_type= (sas_services)
|
||||
valid values are "password" or "authorization_code" (unquoted).
|
||||
@param [out] outds= (work.viyagroupmembers)
|
||||
The library.dataset to be created that contains the list of group members
|
||||
|
||||
|
||||
@version VIYA V.03.04
|
||||
|
||||
Reference in New Issue
Block a user