Author |
Message
|
sam999 |
Posted: Wed Sep 07, 2005 2:03 am Post subject: Extracting list of users in an organistion |
|
|
Apprentice
Joined: 12 Jul 2005 Posts: 34
|
Is there a way to determine, via api, all the users in a particular organisation? |
|
Back to top |
|
 |
jmac |
Posted: Wed Sep 07, 2005 5:33 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Not via the traditional api... possibly with the new Staff API in V3.6 but I have not played with this much. Have a look at the 3.6 Prog Guide and I believe the Staff API is documented there. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
JKehoe |
Posted: Thu Sep 08, 2005 1:02 pm Post subject: |
|
|
Novice
Joined: 10 Aug 2005 Posts: 20
|
We were able to glean user names on the system by querying the PERSON table in the runtime database, for example:
Code: |
"select name from fmc.person order by name"
|
hope this helps. |
|
Back to top |
|
 |
sam999 |
Posted: Mon Sep 26, 2005 1:51 am Post subject: Thanks for reply |
|
|
Apprentice
Joined: 12 Jul 2005 Posts: 34
|
Hi Guys,
Thanks for your prompt replies. We figured we were doing to have to go directly to the database to glean the list of users from an organisation.
It seems a very basic requirement to be able to extract a list of users. Very poor that there is no api to support this! |
|
Back to top |
|
 |
fidelio |
Posted: Tue Sep 27, 2005 8:52 am Post subject: Re: Thanks for reply |
|
|
Apprentice
Joined: 14 Sep 2005 Posts: 45 Location: AttainBPM
|
sam999 wrote: |
Hi Guys,
Thanks for your prompt replies. We figured we were doing to have to go directly to the database to glean the list of users from an organisation.
It seems a very basic requirement to be able to extract a list of users. Very poor that there is no api to support this! |
The new Staff API supports this, but see the discussion under MQ Workflow V3.6 to see my points on why you might not want to use it.  |
|
Back to top |
|
 |
|