Method | Description | |
---|---|---|
DeleteOrgUserMappings ( int id ) : |
DELETE's a user from an org by passing in the id primary key from the OrgUserMapping Table
|
|
GetOrgUserMappings ( int id ) : |
GET's all the users from the orgID that is passed in
|
|
PostOrgUserMappings ( |
CREATE's a new user for an org
|
|
PutOrgUserMappings ( int id, Delta |
UPDATES a user by his OrgUserMapping Id that is passed in. You could use this api to make a user an admin. Can be used for partial updates
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public DeleteOrgUserMappings ( int id ) : |
||
id | int | |
return |
public GetOrgUserMappings ( int id ) : |
||
id | int | |
return |
public PostOrgUserMappings ( |
||
orgusermappings | ||
return |
public PutOrgUserMappings ( int id, Delta |
||
id | int | |
orgusermappings | Delta |
|
return |