Get list of all roles in Netsuite

后端 未结 4 2008
情歌与酒
情歌与酒 2021-01-16 17:18

Is there a way to get the list of roles that are available in an Netsuite account? I am working on a provisioning solution with Netsuite and I am very new to netsuite. if an

4条回答
  •  鱼传尺愫
    2021-01-16 18:08

    There is a REST role service that can retrieve all accounts, roles and domains available for a user:

    URL: https://rest.netsuite.com/rest/roles
    
    Headers:
    GET /rest/roles HTTP/1.1
    Accept: */*
    Accept-Language: en-us
    Authorization: NLAuth nlauth_email=johnsmith@xxxxx.com, nlauth_signature=**** 
    

    For more details, see the help documentation (Netsuite login required).

提交回复
热议问题